type os.rootFS
8 uses
os (current package)
root.go#L360: return (*rootFS)(r)
root.go#L363: type rootFS Root
root.go#L365: func (rfs *rootFS) Open(name string) (fs.File, error) {
root.go#L377: func (rfs *rootFS) ReadDir(name string) ([]DirEntry, error) {
root.go#L401: func (rfs *rootFS) ReadFile(name string) ([]byte, error) {
root.go#L414: func (rfs *rootFS) ReadLink(name string) (string, error) {
root.go#L422: func (rfs *rootFS) Stat(name string) (FileInfo, error) {
root.go#L430: func (rfs *rootFS) Lstat(name string) (FileInfo, error) {
 |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |